All Questions
2 questions
3votes
1answer
198views
Project Euler Problem 54 poker hands in OCaml
I've been refactoring my OCaml solution for Project Euler problem 54, which is about comparing poker hands. While I'm mostly satisfied with my second iteration of the refactor, I stumbled upon two ...
5votes
1answer
261views
Project Euler Problem 54 in Haskell
I wrote an implementation in Haskell for Project Euler Problem 54: The file, poker.txt, contains one-thousand random hands dealt to two players. Each line of the file contains ten cards (separated by ...